-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for league/flysystem 2 #87
Conversation
Great work, @lruozzi9! Can you add this file: src/FeedContext/Google/Shopping/ProductItemContext.php to the ignored files in Psalm? I think that's the file that makes Psalm exhaust its memory limit. Then we should be able to make it build |
@loevgaard ok, but now there are a lot of errors already existing in master 😅. If you want I can try to fix the ones about this PR and add others to the baseline. Or add all to the baseline? |
Haha, I see :D The ones related to your change would be great to have fixed, so we don't add more errors. Thank you! |
94b90d9
to
60eccd1
Compare
@loevgaard I think now it is quite acceptable! |
46b978d
to
623f6d8
Compare
@loevgaard Now here we are! I fixed an error due to the missing getMainRequest() method on Symfony 4. |
27c9285
to
623f6d8
Compare
Good morning, @lruozzi9. I chose to make the Can you rebase onto Thank you for all your work! |
983be26
to
ce25ccc
Compare
ce25ccc
to
6f31517
Compare
Here we are @loevgaard! |
Thank you very much, @lruozzi9 🎉 Great work! |
Differently from #69, these changes will support both v1 and v2 of league/flysystem.
@loevgaard what do you think? So that we can support Sylius 1.12 without any BC!